Skip to content

Instantly share code, notes, and snippets.

@roman-rr
roman-rr / mempalace-audit.md
Last active April 22, 2026 19:34
MemPalace Exposed: 42,000 Purchased Stars, Zero Innovation — It's ChromaDB With a Celebrity Name

MemPalace Exposed: 42,000 Purchased Stars, Zero Innovation — It's ChromaDB With a Celebrity Name

A deep technical audit of MemPalace (github.com/MemPalace/mempalace) — what it claims vs what it actually is.

Every source file read. Every benchmark traced. Every MCP tool verified. Compared against Mem0, Zep/Graphiti, and Letta/MemGPT. GitHub stargazer timestamps analyzed for bot patterns.


TL;DR

@patchthecode
patchthecode / reset_idea_trial.sh
Created June 29, 2021 22:50 — forked from gulrich1/reset_idea_trial.sh
reset intellij trial
#!/bin/sh
#https://github.com/PythonicNinja/jetbrains-reset-trial-mac-osx/blob/master/runme.sh
for product in IntelliJIdea WebStorm DataGrip PhpStorm CLion PyCharm GoLand RubyMine Rider; do
echo "Closing $product"
ps aux | grep -i MacOs/$product | cut -d " " -f 5 | xargs kill -9
echo "Resetting trial period for $product"
@irazasyed
irazasyed / outbound-email-with-cloudflare.md
Last active April 22, 2026 19:31
Using Gmail SMTP with Cloudflare Email Routing: A Step-by-Step Guide

Using Gmail SMTP with Cloudflare Email Routing: Step-by-Step Guide

Learn how to send emails through Gmail SMTP with Cloudflare Email Routing in this comprehensive guide.

Step 1: Enable 2-Factor Authentication

To proceed with this method, ensure that you have enabled two-factor authentication for your Google account. If you haven't done so already, you can follow the link to set it up → Enable 2FA in your Google account.

Step 2: Create an App Password for Mail

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

@louis030195
louis030195 / screenpipe-prompts.md
Created April 22, 2026 00:29
42 screenpipe chat prompts — paste and go

screenpipe chat prompts — just paste & go

works best if you've connected some integrations in Settings → Connections (Gmail, Google Sheets/Docs, QuickBooks, Fireflies, Otter, Notion, Obsidian, Linear, Limitless, etc.). screenpipe already knows what you've seen/said/heard — these prompts turn that raw context into something useful.

Download or update: https://screenpi.pe

📝 daily rituals

  1. "look at my connections, write a morning brief for today based on yesterday's activity, my calendar, and unread emails. drop it into a Google Doc called 'morning-brief' (append a dated section). run every morning at 7am."
  2. "summarize what i actually worked on today — apps used, time per project, meetings attended, people i talked to. write it as a journal entry into my obsidian daily note. run every evening at 6pm."
@adamawolf
adamawolf / Apple_mobile_device_types.txt
Last active April 22, 2026 19:27
List of Apple's mobile device codes types a.k.a. machine ids (e.g. `iPhone1,1`, `Watch1,1`, etc.) and their matching product names
i386 : iPhone Simulator
x86_64 : iPhone Simulator
arm64 : iPhone Simulator
iPhone1,1 : iPhone
iPhone1,2 : iPhone 3G
iPhone2,1 : iPhone 3GS
iPhone3,1 : iPhone 4
iPhone3,2 : iPhone 4 GSM Rev A
iPhone3,3 : iPhone 4 CDMA
iPhone4,1 : iPhone 4S
@The-Code-Cosmos
The-Code-Cosmos / README.md
Last active April 22, 2026 19:26
Cosmos CSS Gradient and swirls pack

🌌 Code Cosmos: CSS Gradient Pack

A collection of 10 static and 10 animated backgrounds for your web projects. 🚀


🎨 Static Gradients

Found in gradients.css

How to use:

@churro-s
churro-s / LetsEncrypt_HTTPS_plex.MD
Last active April 22, 2026 19:18
Setup Let's Encrypt certificate for use with Plex Media Server on Ubuntu